Welcome to our Miniproject- Group 2¶

HI, this is Group 2 Mini Project Part 1

To go to our project; Click here

A Table¶

X Y
1 1.2
2 5

This is a Functioning Plotly Graph and the Code¶

In [7]:
import plotly.graph_objects as go
go.Figure(data=go.Scatter(x=[2, 4, 6, 8, 10], y=[10, 20, 30, 40, 50])).show()

This is a Matplotlib Graph¶

This is George Brown College Logo¶

In [ ]: